home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / WriteUp.app / English.lproj / PanelToolbar.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  2KB  |  145 lines

  1. PasteUp = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     toolbar;
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. CropTool = {
  15.     ACTIONS = {
  16.     doTool:;
  17.     };
  18.     OUTLETS = {
  19.     };
  20.     SUPERCLASS = PasteUpTool;
  21. };
  22. HandTool = {
  23.     ACTIONS = {
  24.     doTool:;
  25.     };
  26.     OUTLETS = {
  27.     };
  28.     SUPERCLASS = PasteUpTool;
  29. };
  30. PanelSubClass = {
  31.     ACTIONS = {
  32.     rememberPosition:;
  33.     setDefaultPosition:;
  34.     };
  35.     OUTLETS = {
  36.     };
  37.     SUPERCLASS = Panel;
  38. };
  39. PanelToolbar = {
  40.     ACTIONS = {
  41.     doActiveTool:;
  42.     setActiveTool:;
  43.     endEditingMode:;
  44.     resize:;
  45.     };
  46.     OUTLETS = {
  47.     activeTool;
  48.     previousTool;
  49.     toolResizeBar;
  50.     selectTool;
  51.     textTool;
  52.     toolMatrix;
  53.     };
  54.     SUPERCLASS = PanelSubClass;
  55. };
  56. OvalTool = {
  57.     ACTIONS = {
  58.     doTool:;
  59.     };
  60.     OUTLETS = {
  61.     };
  62.     SUPERCLASS = PasteUpTool;
  63. };
  64. PolyTool = {
  65.     ACTIONS = {
  66.     doTool:;
  67.     };
  68.     OUTLETS = {
  69.     };
  70.     SUPERCLASS = PasteUpTool;
  71. };
  72. PasteUpTool = {
  73.     ACTIONS = {
  74.     setActiveTool:;
  75.     doTool:;
  76.     };
  77.     OUTLETS = {
  78.     };
  79.     SUPERCLASS = Object;
  80. };
  81. ScaleTool = {
  82.     ACTIONS = {
  83.     doTool:;
  84.     };
  85.     OUTLETS = {
  86.     };
  87.     SUPERCLASS = PasteUpTool;
  88. };
  89. ZoomTool = {
  90.     ACTIONS = {
  91.     doTool:;
  92.     };
  93.     OUTLETS = {
  94.     };
  95.     SUPERCLASS = PasteUpTool;
  96. };
  97. RectTool = {
  98.     ACTIONS = {
  99.     doTool:;
  100.     };
  101.     OUTLETS = {
  102.     };
  103.     SUPERCLASS = PasteUpTool;
  104. };
  105. RotateTool = {
  106.     ACTIONS = {
  107.     doTool:;
  108.     };
  109.     OUTLETS = {
  110.     };
  111.     SUPERCLASS = PasteUpTool;
  112. };
  113. ShearTool = {
  114.     ACTIONS = {
  115.     doTool:;
  116.     };
  117.     OUTLETS = {
  118.     };
  119.     SUPERCLASS = PasteUpTool;
  120. };
  121. TextTool = {
  122.     ACTIONS = {
  123.     doTool:;
  124.     };
  125.     OUTLETS = {
  126.     };
  127.     SUPERCLASS = PasteUpTool;
  128. };
  129. LineTool = {
  130.     ACTIONS = {
  131.     doTool:;
  132.     };
  133.     OUTLETS = {
  134.     };
  135.     SUPERCLASS = PasteUpTool;
  136. };
  137. WriteUp = {
  138.     ACTIONS = {
  139.     appDidInit:;
  140.     };
  141.     OUTLETS = {
  142.     };
  143.     SUPERCLASS = PasteUp;
  144. };
  145.